{ "version": 4, "terraform_version": "1.5.3", "serial": 489, "lineage": "d18f89f9-dd29-10c6-3b9a-7286a69ca244", "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-98284c14931d0cd35", "ami": "ami-7d72c0b1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c15a0d94"], "subnet_id": "subnet-b88a8b1e", "key_name": "prod-deploy-key" } } ] } ] }