{ "version": 4, "terraform_version": "1.7.6", "serial": 480, "lineage": "bf1b3f22-2597-b326-1adb-946ef05cdbaa", "outputs": { "db_endpoint": { "value": "db-0.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-11343de6360847831", "ami": "ami-1d936c10", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-862a4424"], "subnet_id": "subnet-bdb5c102", "key_name": "prod-deploy-key" } } ] } ] }