{ "version": 4, "terraform_version": "1.5.9", "serial": 161, "lineage": "0a766465-83e5-5e1a-a158-57e4014f9813", "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-4d8133dfdd7bd3887", "ami": "ami-f03a610e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-71ee0393"], "subnet_id": "subnet-89ce80d2", "key_name": "prod-deploy-key" } } ] } ] }