{ "version": 4, "terraform_version": "1.6.2", "serial": 229, "lineage": "a82ee804-7f61-1e66-5cd2-c9b0b0c3c5bb", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4275a3eb79d135e56", "ami": "ami-8e1b07a8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3c4b9813"], "subnet_id": "subnet-05483ed2", "key_name": "prod-deploy-key" } } ] } ] }