{ "version": 4, "terraform_version": "1.6.4", "serial": 189, "lineage": "a74c8106-57c6-238c-7f14-d9688341c6f2", "outputs": { "db_endpoint": { "value": "db-1.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-34f2501b8ede80a4f", "ami": "ami-fac3b019", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-daff16c2"], "subnet_id": "subnet-6ec8a0f8", "key_name": "prod-deploy-key" } } ] } ] }