{ "version": 4, "terraform_version": "1.8.5", "serial": 159, "lineage": "dda88381-1650-573a-9656-20b51a008153", "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-297cf0bb4b8cecbb3", "ami": "ami-18f3dfa5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0bd7d964"], "subnet_id": "subnet-b6bb9718", "key_name": "prod-deploy-key" } } ] } ] }