{ "version": 4, "terraform_version": "1.5.4", "serial": 109, "lineage": "b261f446-fb7c-ea5c-7419-cb6d9b8aee3a", "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-32a45dcef0324de56", "ami": "ami-31e802ae", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9f0a3a6c"], "subnet_id": "subnet-a13411f7", "key_name": "prod-deploy-key" } } ] } ] }