{ "version": 4, "terraform_version": "1.5.9", "serial": 104, "lineage": "3508fe33-24a2-47e3-2649-5ae982a5bdd1", "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-df572130fe1f41148", "ami": "ami-f69a03f7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b8375a2c"], "subnet_id": "subnet-9bf24e43", "key_name": "prod-deploy-key" } } ] } ] }