{ "version": 4, "terraform_version": "1.8.3", "serial": 227, "lineage": "0efb8234-c4fd-7787-2b9d-8d47dcc04c52", "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-7a2a79ac211ef6ffc", "ami": "ami-2ca724e5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-092a7180"], "subnet_id": "subnet-109b8db3", "key_name": "prod-deploy-key" } } ] } ] }