{ "version": 4, "terraform_version": "1.5.9", "serial": 133, "lineage": "f919b0f9-c963-be99-7cf9-32c67aeb65c0", "outputs": { "db_endpoint": { "value": "db-2.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-e0ae50e29c371ea10", "ami": "ami-099b60d0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-27e4d87c"], "subnet_id": "subnet-01d6f45c", "key_name": "prod-deploy-key" } } ] } ] }