{ "version": 4, "terraform_version": "1.8.0", "serial": 192, "lineage": "5888f9ca-b009-01a9-d3e7-b2f0ee846583", "outputs": { "db_endpoint": { "value": "db-2.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-b0c02bfd8f5c89a14", "ami": "ami-6f64ef0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec919931"], "subnet_id": "subnet-ad492a1b", "key_name": "prod-deploy-key" } } ] } ] }