{ "version": 4, "terraform_version": "1.7.7", "serial": 154, "lineage": "4de30638-7f53-21a8-728b-6d96e52f7479", "outputs": { "db_endpoint": { "value": "db-0.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-4e7a8c75a0b29a7f5", "ami": "ami-eb50bba7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a96e4730"], "subnet_id": "subnet-b8056f13", "key_name": "prod-deploy-key" } } ] } ] }