{ "version": 4, "terraform_version": "1.7.2", "serial": 306, "lineage": "0cd7bd02-740d-f979-a33e-f8c40c2b0d94", "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-f10ff9153659a51df", "ami": "ami-d77aa4e2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-feba24c0"], "subnet_id": "subnet-141bca28", "key_name": "prod-deploy-key" } } ] } ] }