{ "version": 4, "terraform_version": "1.5.4", "serial": 307, "lineage": "27572508-70be-3f67-9af5-2109d8c0d78f", "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-205a738b081cf8317", "ami": "ami-d58bd129", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa7589b3"], "subnet_id": "subnet-422961d7", "key_name": "prod-deploy-key" } } ] } ] }