{ "version": 4, "terraform_version": "1.8.9", "serial": 542, "lineage": "0bf5150f-7401-5e0b-bba0-36819dda03ce", "outputs": { "db_endpoint": { "value": "db-3.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-92991efae290d0019", "ami": "ami-b93dc8b9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9d63c188"], "subnet_id": "subnet-377dd39b", "key_name": "prod-deploy-key" } } ] } ] }