{ "version": 4, "terraform_version": "1.8.2", "serial": 413, "lineage": "e35eae2f-44de-0e5d-b33d-3441880d889a", "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-4f0d0a123d6a3945d", "ami": "ami-d4867901", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-68235e61"], "subnet_id": "subnet-9777b8b2", "key_name": "prod-deploy-key" } } ] } ] }