{ "version": 4, "terraform_version": "1.8.9", "serial": 539, "lineage": "fd9186ec-cd49-b97c-7928-199e0df1e86c", "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-c7a3ae5faec1e464b", "ami": "ami-54e3547d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-23dcc61d"], "subnet_id": "subnet-70898cc3", "key_name": "prod-deploy-key" } } ] } ] }